DataSource for Entity Framework in WPF
C1.Data Namespace / FilteredView<T> Class
Fields Properties Methods Events


In This Topic
    FilteredView<T> Class Members
    In This Topic

    The following tables list the members exposed by FilteredView<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item.  
    Public PropertyGets the filter key type. It is determined by the filter key function.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public PropertyGets a value indicating whether the client view is loaded. (Inherited from C1.Data.ClientView<T>)
    Public PropertyGets a value indicating whether the client view is being loaded. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets a C1.Data.DataSource.FilterOperator used to compare filter keys.  
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Public PropertyGets the client scope to which this client view belongs. (Inherited from C1.Data.ClientView<T>)
    Public Property (Inherited from C1.LiveLinq.LiveViews.View)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodFilters the view on the server side using a predicate. (Inherited from C1.Data.ClientView<T>)
    Public MethodFilters the view on the server using a key selector function and configurable value and operator. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Binds the FilterKey property using the specified System.Windows.Data.Binding object.  
    Public MethodCancels the current loading operation. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodSpecifies related objects to include while loading the client view. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodLoads the entities of the client view. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded. Applies paging to this client view. (Inherited from C1.Data.ClientView<T>)
    Public MethodOverloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public MethodLoads the entities of the client view ignoring the client-side cache. (Inherited from C1.Data.ClientView<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public MethodOverloaded.  (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public Method (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from C1.LiveLinq.LiveViews.View<T>)
    Public EventOccurs when the client view has finished loading succesfully, and also when an exception has been thrown during loading. (Inherited from C1.Data.ClientView<T>)
    Top
    See Also